home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 376_04 / os2tool.003 / WIPEFILE.TXT < prev    next >
Encoding:
Text File  |  1992-08-06  |  1.3 KB  |  36 lines

  1.                                           WIPEFILE [DUAL MODE]
  2.      
  3.      NAME WIPEFILE
  4.      
  5.      SYNTAX
  6.      
  7.      Wipefile -count file(s) | /H | /? | /V | /TEST | /N | /Y]
  8.      
  9.      
  10.      DESCRIPTION
  11.      
  12.      Wipefile destroys  the contents of a file by writing over
  13.      it  randomized   data  multiple   time.  The   number  of
  14.      overwrites is given with -count option.
  15.      
  16.      You can  test the  program with  using either /TEST or /N
  17.      option. Then  the program  will show  the files  it would
  18.      delete, but leave them untouched.
  19.      
  20.      Wipefile only  wipes the  files, it does not delete them.
  21.      Normally wipefile  requires confirmation  for  each  file
  22.      before destruction.  With the  /Y-option, wipefile  takes
  23.      the default action and wipes each file.
  24.      
  25.      Why  are   programs  in  the  wipefile  category  needed?
  26.      Normally deleting  a file  does not destroy the data from
  27.      disk. The operating system only marks the disk sectors of
  28.      the file  unused. The  information can be retained with a
  29.      tool, which  reads data  directly from  raw disk.  If you
  30.      want to  be absolutely  sure, that  no one  can read your
  31.      data, you  must first destroy the contents of the file by
  32.      physically writing over it.
  33.      
  34.      SEE ALSO:
  35.      wipedisk
  36.